| Previous | Chapter contents | Chapter top | Section top | Next |
The cursRecord parameter to the QTVRReplaceCursor function (link) specifies a cursor record, which indicates the cursor to replace and its replacement cursor. A cursor record is defined by the QTVRCursorRecord data type:
struct QTVRCursorRecord {
UInt16 theType; /* field was previously
named "type"*/
SInt16 rsrcID;
Handle handle;
};
typedef struct QTVRCursorRecord QTVRCursorRecord;
| Previous | Chapter contents | Chapter top | Section top | Next |